home *** CD-ROM | disk | FTP | other *** search
/ Aegis Pro Motion 1.0b / Aegis Pro-Motion.adf / hard-install < prev    next >
Encoding:
Text File  |  1990-04-11  |  1.5 KB  |  60 lines

  1. .k volume/a
  2. echo "Install ProMotion -- Seaching for <volume>"
  3. if exists <volume>
  4. else
  5.    echo "Could not find the destination disk <volume>"
  6.    quit
  7. endif
  8.  
  9. echo "Install ProMotion -- searching for source disk"
  10.  
  11. if exists ProMotion:
  12. else
  13.    if exists "copy of ProMotion":
  14.       echo "I see you have a copy of ProMotion:"
  15.       assign ProMotion: "copy of ProMotion":
  16.    else
  17.        echo "Could not find the ProMotion source disk"
  18.        quit
  19.    endif
  20. endif
  21.     echo "Making Pro/Motion directory on device <volume>"
  22.     makedir <volume>ProMotion
  23.     echo "Copying Pro.Motion files to your hard drive."
  24.     copy ProMotion:icons/ProMotion.info to <volume>
  25.     cd <volume>promotion
  26.     copy ProMotion:pro#? to ""
  27.     copy ProMotion:ex#? to ""
  28.     makedir promot
  29.     makedir examples
  30.     cd promot
  31.     copy ProMotion:promot/#? to ""
  32.     makedir <volume>promotion/promot/templates
  33.     cd templates
  34.     copy ProMotion:promot/templates/#? to ""
  35.     cd /
  36.     cd /
  37.     cd examples
  38.     copy ProMotion:examples/#? to ""
  39.     cd sys:
  40. ;    
  41. echo "Do you want Version 39 of the arp files copied to your libs:"
  42. ask "directory?  Please answer Y or N "
  43. if WARN
  44.     echo "Copying arp files to your LIBS: directory.*N"
  45.     copy ProMotion:PROMOT/arp#? to libs:
  46. else
  47.     echo "arp files not installed."
  48. endif    
  49. endif
  50.  
  51. echo "---------------------------------------"
  52. echo "            PLEASE NOTE"
  53. echo "---------------------------------------"
  54. echo "This installation program does NOT copy"
  55. echo "installation programs or icons to the"
  56. echo "hard drive."
  57. echo "---------------------------------------"
  58. echo " "
  59. echo "ProMotion Installation Complete!*N"
  60.